home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / OFFICE.NL-NL / OFFICELR.CAB / FL_msdbgui_dll_NLD_X86.3643236F_FC70_11D3_A536_0090278A1BB8 / string.txt next >
Text File  |  2003-03-19  |  9KB  |  177 lines

  1. 1000    The class is not loaded.
  2. 1001    The expression is not valid.
  3. 1002    Thread
  4. 1003    Unknown error.
  5. 1004    The function name is not valid.
  6. 1005    No executable code is associated with this line.
  7. 1006    Program
  8. 1007    Debug information has not been loaded for the class.
  9. 1008    The method is abstract.
  10. 1009    .NET
  11. 1010    Breakpoint Type Not Supported.
  12. 1011    A first chance exception of type '%s' occurred in %s\n
  13. 1012    An unhandled exception of type '%s' occurred in %s\n
  14. 1013    No symbols have been loaded for this document.
  15. 1014    No symbols have been found for this function.
  16. 1015    Symbols loaded.
  17. 1016    No symbols loaded.
  18. 1017    '%s': Loaded '%s', Symbols loaded.
  19. 1018    '%s': Loaded '%s', No symbols loaded.
  20. 1019    Unknown Module.
  21. 1020    The address is not in the managed address space.
  22. 1021    Unmanaged thread
  23. 1022    Unmanaged function
  24. 1023    Function breakpoints are only supported on the first line.
  25. 1024    <No Name>
  26. 1025     Line 
  27. 1026     bytes
  28. 1027    The context does not belong to this program.
  29. 1028    The function has not yet been JIT compiled.
  30. 1029    Data breakpoints are not supported in the Common Language Runtime.
  31. 1030    The condition is invalid.
  32. 1031    Lowest
  33. 1032    Below Normal
  34. 1033    Normal
  35. 1034    Highest
  36. 1035    Above Normal
  37. 1036    Unknown
  38. 1037    Time Critical
  39. 1038    Idle
  40. 1039    \nAdditional information: %s\n
  41. 1040    CPU
  42. 1041    Flags
  43. 1042    Floating Point
  44. 1043    CPU Segments
  45. 1044    Due to the location of the changes in the source code during edit and continue,\nthe debugger is unsure which statement to execute next.  Verify the instruction\npointer location and set next statement if required before continuing.
  46. 1045    Cannot apply Edit and Continue changes to '%s' : %s
  47. 1046    Unable to find an expression evaluator for the language.
  48. 1047    The Common Language Runtime was unable to set the breakpoint.
  49. 1048    Cannot set breakpoint in an unmanaged function.
  50. 1049    The breakpoint did not bind in the requested language.
  51. 1050    Cannot set a function breakpoint in an unmanaged function.
  52. 1051    Warning: A kernel debugger is present.  Launch Debugger?
  53. 1052    [<Non-user Code>]
  54. 1053    SOS not available while Managed only debugging.  To load SOS, enable unmanaged debugging in your project properties.
  55. 1054    The remote connection to the device has been lost.  Please verify the device connection and restart debugging.
  56. 2001    Script
  57. 2002    unknown exception
  58. 2003    Script program
  59. 2004    Thread %X
  60. 2005    The document is not loaded.
  61. 2006    The code in the document is not loaded.
  62. 2007    Invalid breakpoint type.
  63. 2008    Unknown error.
  64. 2009    The expression is not valid.
  65. 2010    The sub or function name is not valid.
  66. 2011    No executable code is associated with this line.
  67. 2012    Script
  68. 2013    blank
  69. 5001    Debugging session on %s
  70. 5002    Auto-attach to process '[%1] %2' on machine '%3' succeeded.\n
  71. 5003    Auto-attach to process '[%1] %2' on machine '%3' failed. Error code %4.\n
  72. 5004    Attaching the %1 debugger to process '[%2] %3' on machine '%4' failed. Error code %5.\n
  73. 5005    unknown process
  74. 5006    unknown machine
  75. 5007    Auto-attach to process '[%1] %2' on machine '%3' failed. A debugger is already attached to the process.\n
  76. 6002    Thread
  77. 6006    Program
  78. 7000    error: function evaluation on '%s' failed
  79. 7001    error: function '%s' evaluation was aborted
  80. 7002    error: function '%s' evaluation timed out
  81. 7003    function '%s' evaluated and returned void
  82. 7004    function '%s' evaluated and returned null
  83. 7005    error: function '%s' cannot be evaluated on a thread that is suspended
  84. 7006    error: function '%s' cannot be evaluated on a thread that is sleeping, waiting, or in a join
  85. 7007    evaluation of function '%s' cannot take place because the thread is in a state in which function evaluation is not possible
  86. 7008    error: function '%s' cannot be evaluated on a thread that has not been started
  87. 7009    error: evaluation of function '%s' cannot take place because the thread is at a location at which function evaluation is not possible
  88. 7010    error: '%s' is not a function
  89. 7011    error: arguments do not match parameters for function '%s'
  90. 7012    error: IDE disallows function evaluations at this time
  91. 7013    error: IDE disallows side-effects at this time and the expression might produce side-effects
  92. 7014    error: Unable to evaluate a web method
  93. 7020    error: managed EE does not understand expression's syntax
  94. 7021    error: unable to evaluate expression
  95. 7022    error: identifier '%s' out of scope
  96. 7023    error: expression '%s' out of scope
  97. 7030    error: '%s' is null
  98. 7031    error: '%s.%s' does not exist
  99. 7040    error: * cannot be performed on '%s'
  100. 7041    error: & cannot be performed on '%s'
  101. 7050    error: '%s' is not an array or pointer. Indexing is not available
  102. 7051    error: '%s' is null. Indexing is not available
  103. 7052    error: index '%s' out of bound for pointer/array '%s'
  104. 7053    error: object '%s' doesn't have an indexer
  105. 7060    error: ++ cannot be performed on '%s'
  106. 7061    error: -- cannot be performed on '%s'
  107. 7062    error: ! cannot be performed on '%s'
  108. 7063    error: ~ cannot be performed on '%s'
  109. 7064    error: + cannot be performed on '%s'
  110. 7065    error: - cannot be performed on '%s'
  111. 7070    error: '(%s)' cannot be performed on '%s'
  112. 7080    error: == cannot be performed on '%s' and '%s'
  113. 7081    error: != cannot be performed on '%s' and '%s'
  114. 7090    error: + cannot be performed on '%s' and '%s'
  115. 7091    error: - cannot be performed on '%s' and '%s'
  116. 7092    error: * cannot be performed on '%s' and '%s'
  117. 7093    error: / cannot be performed on '%s' and '%s'
  118. 7094    error: mod operator cannot be performed on '%s' and '%s'
  119. 7100    error: cannot assign '%s' into '%s'
  120. 7110    error: unknown format specifier '%s'
  121. 7111    error: format specifier '%s' is incompatible with type '%s'
  122. 7200    <undefined value>
  123. 7201    <cannot view indexed property>
  124. 7202    <Function evaluation is disabled in debugger windows. Check your settings in Tools.Options.Debugging.General>
  125. 7203    <error: an exception thrown during property evaluation>
  126. 7204    <error: an exception of type: %s occurred>
  127. 7205    <error: cannot evaluate field of a proxy object>
  128. 8000    error: function evaluation on '%s' failed
  129. 8001    error: function '%s' evaluation was aborted
  130. 8002    error: function '%s' evaluation timed out
  131. 8003    function '%s' evaluated and returned void
  132. 8004    function '%s' evaluated and returned null
  133. 8005    error: function '%s' cannot be evaluated on a thread that is suspended
  134. 8006    error: function '%s' cannot be evaluated on a thread that is sleeping, waiting, or in a join
  135. 8007    evaluation of function '%s' cannot take place because the thread is in a state in which function evaluation is not possible
  136. 8008    error: function '%s' cannot be evaluated on a thread that has not been started
  137. 8009    error: evaluation of function '%s' cannot take place because the thread is at a location at which function evaluation is not possible
  138. 8010    error: '%s' is not a function
  139. 8011    error: arguments do not match parameters for function '%s'
  140. 8012    error: IDE disallows function evaluations at this time
  141. 8013    error: IDE disallows side-effects at this time and the expression might produce side-effects
  142. 8014    error: Unable to evaluate a web method
  143. 8020    error: managed EE does not understand expression's syntax
  144. 8021    error: unable to evaluate expression
  145. 8022    error: identifier '%s' out of scope
  146. 8023    error: expression '%s' out of scope
  147. 8030    error: '%s' is null
  148. 8031    error: '%s.%s' does not exist
  149. 8040    error: * cannot be performed on '%s'
  150. 8041    error: & cannot be performed on '%s'
  151. 8050    error: '%s' is not an array or pointer. Indexing is not available
  152. 8051    error: '%s' is null. Indexing is not available
  153. 8052    error: index '%s' out of bound for pointer/array '%s'
  154. 8053    error: object '%s' doesn't have an indexer
  155. 8060    error: ++ cannot be performed on '%s'
  156. 8061    error: -- cannot be performed on '%s'
  157. 8062    error: ! cannot be performed on '%s'
  158. 8063    error: ~ cannot be performed on '%s'
  159. 8064    error: + cannot be performed on '%s'
  160. 8065    error: - cannot be performed on '%s'
  161. 8070    error: '(%s)' cannot be performed on '%s'
  162. 8080    error: == cannot be performed on '%s' and '%s'
  163. 8081    error: != cannot be performed on '%s' and '%s'
  164. 8090    error: + cannot be performed on '%s' and '%s'
  165. 8091    error: - cannot be performed on '%s' and '%s'
  166. 8092    error: * cannot be performed on '%s' and '%s'
  167. 8093    error: / cannot be performed on '%s' and '%s'
  168. 8094    error: mod operator cannot be performed on '%s' and '%s'
  169. 8100    error: cannot assign '%s' into '%s'
  170. 8200    <undefined value>
  171. 8201    <cannot view indexed property>
  172. 8202    <Function evaluation is disabled in debugger windows. Check your settings in Tools.Options.Debugging.General>
  173. 8203    <error: an exception thrown during property evaluation>
  174. 8204    <error: an exception of type: %s occurred>
  175. 8205    <error: cannot evaluate field of a proxy object>
  176. 8206    <has no runtime value>
  177.